home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / nautilus-share / README.Debian < prev   
Text File  |  2009-09-08  |  686b  |  21 lines

  1. nautilus-share for Debian
  2. -------------------------
  3.  
  4. A quick and easy way to have it running (must be done as root):
  5.  
  6. #export USERSHARES_DIR="/var/lib/samba/usershares"
  7. #export USERSHARES_GROUP="sambashare"
  8. #mkdir ${USERSHARES_DIR}
  9. #groupadd ${USERSHARES_GROUP}
  10. #chown root:${USERSHARES_GROUP} ${USERSHARES_DIR}
  11. #chmod 01770 ${USERSHARES_DIR}
  12. #mv /etc/samba/smb.conf{,.bak}
  13. #cp /usr/share/doc/nautilus-share/examples/smb.conf /etc/samba/
  14. #/etc/init.d/samba restart
  15.  
  16. You must add users who can share folder in the usershare group, in this example the group is "sambashare":
  17.  
  18. #usermod -a -G sambashare your_username
  19.  
  20.  -- Chow Loong Jin <hyperair@gmail.com Tue, 17 Mar 2009 11:48:18 +0800
  21.